home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 12
/
BBS in a box XII-2.iso
/
Files II
/
Unstuffers
/
Other Compression
/
MacGzip 0.21-src-c.sit
/
macgzip_021-src
/
macos
/
!Posix
/
sys_times.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-11
|
130 b
|
11 lines
/* $Id: $ */
#pragma once
struct tms {
clock_t tms_utime;
clock_t tms_stime;
clock_t tms_cutime;
clock_t tms_cstime;
};